home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineSprite_2200 / frame_5 / DoAction.as < prev   
Encoding:
Text File  |  2004-09-30  |  1.2 KB  |  62 lines

  1. if(B1A)
  2. {
  3.    Text1 = "Vyzn{invalid_utf8=225}te se trochu v Galaxii?";
  4.    if(_root.menu.eng)
  5.    {
  6.       Text1 = "Do you know the Galaxy?";
  7.    }
  8. }
  9. else
  10. {
  11.    Text1 = "";
  12.    setProperty("But1", _visible, false);
  13. }
  14. if(B1B)
  15. {
  16.    Text2 = "Co {invalid_utf8=248}{invalid_utf8=237}k{invalid_utf8=225}te na sou{invalid_utf8=232}asnou politickou situaci?";
  17.    if(_root.menu.eng)
  18.    {
  19.       Text2 = "What do you think about politics?";
  20.    }
  21. }
  22. else
  23. {
  24.    Text2 = "";
  25.    setProperty("But2", _visible, false);
  26. }
  27. if(B1C and _root.chceNuz)
  28. {
  29.    Text3 = "Promi{invalid_utf8=242}te, ale nemohli byste mi p{invalid_utf8=249}j{invalid_utf8=232}it n{invalid_utf8=249}{invalid_utf8=158}.";
  30.    if(_root.menu.eng)
  31.    {
  32.       Text3 = "Excuse me could you lend me a knife?";
  33.    }
  34. }
  35. else
  36. {
  37.    Text3 = "";
  38.    setProperty("But3", _visible, false);
  39. }
  40. if(B1D)
  41. {
  42.    Text4 = "Tak j{invalid_utf8=225} abych u{invalid_utf8=158} {invalid_utf8=154}el";
  43.    if(_root.menu.eng)
  44.    {
  45.       Text4 = "A must go.";
  46.    }
  47. }
  48. else
  49. {
  50.    Text4 = "";
  51.    setProperty("But4", _visible, false);
  52. }
  53. But1.Varianta = "A";
  54. But2.Varianta = "B";
  55. But3.Varianta = "C";
  56. But4.Varianta = "D";
  57. Level = "1";
  58. But1.Enabled = B1A;
  59. But2.Enabled = B1B;
  60. But3.Enabled = B1C;
  61. But4.Enabled = B1D;
  62.